linux: Fix x86/64 build (which is failing on some systems).
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sun, 21 Jan 2007 16:29:18 +0000 (16:29 +0000)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sun, 21 Jan 2007 16:29:18 +0000 (16:29 +0000)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c

index 8738cfca7e94abbb5b244420db29486d373b798f..ca8f42f974713622b98ca081f1ac8f9b3481d4d5 100644 (file)
@@ -47,7 +47,8 @@ EXPORT_SYMBOL(swiotlb);
  */
 #define IO_TLB_SHIFT 11
 
-static int swiotlb_force;
+int swiotlb_force;
+
 static char *iotlb_virt_start;
 static unsigned long iotlb_nslabs;